home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / grafik / vsa / drivers2.exe / TSENG / TLIVESA.DOC < prev   
Encoding:
Text File  |  1992-03-21  |  1005 b   |  33 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                  VESA Super VGA BIOS Extension Driver
  8.  
  9.  
  10. TLIVESA.COM is the VESA Super VGA BIOS Extension driver for video
  11. boards based on Tseng Labs ET3000 and ET4000 chips. The driver
  12. implements Version 1.2 of the VESA specification and is a
  13. terminate-and-stay-resident (TSR) program which intercepts the video
  14. BIOS interrupt vector to provide additional BIOS commands supporting
  15. super-VGA modes.
  16.  
  17. To load, type the command:
  18.  
  19.         TLIVESA [ENTER]
  20.  
  21. at the DOS prompt. TLIVESA may be loaded through a batch file for
  22. convenience. After loading the driver, any VESA application can be
  23. run.
  24.  
  25. The program can also be unloaded, freeing up memory, provided no other
  26. resident program which intercepts the video BIOS interrupt vector is
  27. loaded afterward. (Actually, no resident program at all should be
  28. loaded afterward in order to really free the memory.)
  29.  
  30. To unload, type the command:
  31.  
  32.         TLIVESA U [ENTER]
  33.  
  34. Unloading TLIVESA may also be performed through a batch file.
  35.